Autogenerated HTML docs for v1.5.6.1-156-ge903b 
diff --git a/git-rev-parse.html b/git-rev-parse.html index eb27abb..0286d4f 100644 --- a/git-rev-parse.html +++ b/git-rev-parse.html 
@@ -272,14 +272,14 @@  </div>   <h2>SYNOPSIS</h2>   <div class="sectionbody">  -<p><em>git-rev-parse</em> [ --option ] &lt;args&gt;&#8230;</p>  +<p><em>git rev-parse</em> [ --option ] &lt;args&gt;&#8230;</p>   </div>   <h2>DESCRIPTION</h2>   <div class="sectionbody">   <p>Many git porcelainish commands take mixture of flags   (i.e. parameters that begin with a dash <em>-</em>) and parameters  -meant for underlying <tt>git-rev-list</tt> command they use internally  -and flags and parameters for other commands they use as the  +meant for the underlying <tt>git-rev-list</tt> command they use internally  +and flags and parameters for the other commands they use   downstream of <tt>git-rev-list</tt>. This command is used to   distinguish between them.</p>   </div>  @@ -521,8 +521,8 @@  </dt>   <dd>   <p>  - Parses the date string, and outputs corresponding  - --max-age= parameter for git-rev-list command.  + Parse the date string, and output the corresponding  + --max-age= parameter for <tt>git-rev-list</tt>.   </p>   </dd>   <dt>  @@ -533,8 +533,8 @@  </dt>   <dd>   <p>  - Parses the date string, and outputs corresponding  - --min-age= parameter for git-rev-list command.  + Parse the date string, and output the corresponding  + --min-age= parameter for <tt>git-rev-list</tt>.   </p>   </dd>   <dt>  @@ -759,7 +759,7 @@  <tt>r2</tt>).</p>   <p>A similar notation "<tt>r1...r2</tt>" is called symmetric difference   of <tt>r1</tt> and <tt>r2</tt> and is defined as  -"<tt>r1 r2 --not $(git-merge-base --all r1 r2)</tt>".  +"<tt>r1 r2 --not $(git merge-base --all r1 r2)</tt>".   It is the set of commits that are reachable from either one of   <tt>r1</tt> or <tt>r2</tt> but not from both.</p>   <p>Two other shorthands for naming a set that is formed by a commit  @@ -864,7 +864,7 @@  An option group Header   C? option C with an optional argument"    -eval `echo "$OPTS_SPEC" | git-rev-parse --parseopt -- "$@" || echo exit $?`</tt></pre>  +eval `echo "$OPTS_SPEC" | git rev-parse --parseopt -- "$@" || echo exit $?`</tt></pre>   </div></div>   </div>   <h2>EXAMPLES</h2>  @@ -916,7 +916,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 30-Jun-2008 09:04:38 UTC  +Last updated 02-Jul-2008 03:02:00 UTC   </div>   </div>   </body>